home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / people / Staff.ctxt < prev    next >
Encoding:
BlueJ Class context  |  2004-09-15  |  941 b   |  21 lines

  1. #BlueJ class context
  2. comment0.target=class\ Staff
  3. comment0.text=\nA\ class\ representing\ staff\ members\ for\ a\ simple\ BlueJ\ demo\ program.\n\n@author\ \ Michael\ Kolling\n@version\ 1.0,\ January\ 1999\n\n
  4. comment1.params=
  5. comment1.target=String\ getRoom()
  6. comment1.text=\nReturn\ the\ room\ number\ of\ this\ person.\n\n
  7. comment2.params=newRoom
  8. comment2.target=void\ setRoom(String)
  9. comment2.text=\nSet\ a\ new\ room\ number\ for\ this\ person.\n\n
  10. comment3.params=
  11. comment3.target=Staff()
  12. comment3.text=\nCreate\ a\ staff\ member\ with\ default\ settings\ for\ detail\ information.\n\n
  13. comment4.params=name\ yearOfBirth\ roomNumber
  14. comment4.target=Staff(String,int,String)
  15. comment4.text=\nCreate\ a\ staff\ member\ with\ given\ name,\ year\ of\ birth\ and\ room\nnumber.\n\n
  16. comment5.params=
  17. comment5.target=String\ toString()
  18. comment5.text=\nReturn\ a\ string\ representation\ of\ this\ object.\n\n
  19. comment6.target=room
  20. numComments=7
  21.